home *** CD-ROM | disk | FTP | other *** search
- Path: p217.asd.euronet.nl!its
- From: its@euronet.nl (it's_b.v.)
- Newsgroups: comp.lang.c
- Subject: Problem with launching another .EXE-file within application
- Date: Fri, 2 Feb 1996 11:02:21
- Organization: Euronet Internet
- Message-ID: <its.1.000B0A57@euronet.nl>
- NNTP-Posting-Host: p217.asd.euronet.nl
- Keywords: Launching *.EXE file
- X-Newsreader: Trumpet for Windows [Version 1.0 Rev A]
-
- I have the following problem :
-
- I want to exit my program and after the exit-command start another *.EXE file.
- In pseudo-code it looks something like this :
-
-
- main()
- {
- Do_Something;
- exit;
- Start_Another_Exe;
- }
-
- If somebody knows the solution, Please let me know
- thank you !
-
- Ronald van der List
- its@euronet.nl
-